.container {
  margin: 0 auto;
}

@media screen and (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 992px) {
  .container {
    width: 85%;
  }
}
@media screen and (max-width: 992px) {
  .container {
    padding: 0 15px;
  }
}
.gaj-common-header {
  height: 225px;
  background-image: url(../images/yj-gaj-common-img-header-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1440px) and (min-width: 992px) {
  .gaj-common-header {
    height: 11.71875vw;
  }
}
@media screen and (max-width: 992px) {
  .gaj-common-header {
    height: 170px;
  }
}

.top-nav {
  *zoom: 1;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  color: #1b54b8;
  font-size: 14px;
}
.top-nav:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.top-nav .left-container {
  float: left;
}
.top-nav .right-container {
  float: right;
}
.top-nav .left-container a,
.top-nav .right-container a {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  color: #1b54b8;
}
.top-nav .left-container a + a,
.top-nav .right-container a + a {
  margin-left: 21px;
}
.top-nav .left-container a + a::after,
.top-nav .right-container a + a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: #1b54b8;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.top-nav .left-container a.no-split-line,
.top-nav .right-container a.no-split-line {
  margin-left: 0 !important;
}
.top-nav .left-container a.no-split-line::after,
.top-nav .right-container a.no-split-line::after {
  display: none !important;
}
.top-nav .left-container .nav-qrcode-container,
.top-nav .right-container .nav-qrcode-container {
  position: absolute;
  width: 100px;
  top: 20px;
  left: -25px;
  display: none;
  z-index: 999;
  padding: 5px;
  background-color: #fff;
}
.top-nav .left-container a:hover .nav-qrcode-container,
.top-nav .right-container a:hover .nav-qrcode-container {
  display: block;
  animation: fadeInUp 0.5s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@media screen and (max-width: 992px) {
  .top-nav {
    top: 10px;
  }
  .top-nav .left-container > a:nth-child(1), .top-nav .left-container > a:nth-child(2) {
    display: none;
  }
  .top-nav .left-container a {
    margin-left: 0px !important;
  }
  .top-nav .left-container,
  .top-nav .right-container {
    font-size: 12px;
  }
  .top-nav .left-container a + a,
  .top-nav .right-container a + a {
    margin-left: 2px;
  }
  .top-nav .left-container a + a::after,
  .top-nav .right-container a + a::after {
    display: none;
  }
  .top-nav .left-container a.hidden-in-wap,
  .top-nav .right-container a.hidden-in-wap {
    display: none;
  }
}

.logo-search-container {
  position: absolute;
  top: 79px;
  left: 0;
  right: 0;
}
.logo-search-container .logo {
  display: block;
  height: 89px;
}
.logo-search-container .search-container {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  line-height: 60px;
  width: 33.4285714286%;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.logo-search-container .search-container input {
  display: block;
  width: calc(100% - 87px);
  height: 100%;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  background-color: transparent;
  padding-left: 15px;
  color: #666;
}
.logo-search-container .search-container .btn {
  width: 87px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1b54b8;
  background-image: url(../images/yj-gaj-common-ic-search.png);
  background-position: center;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  cursor: pointer;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 1440px) and (min-width: 992px) {
  .logo-search-container {
    top: 4.11458vw;
  }
  .logo-search-container .logo {
    height: 4.63542vw;
  }
  .logo-search-container .search-container {
    width: 26%;
    height: 3.125vw;
    line-height: 3.125vw;
  }
  .logo-search-container .search-container input {
    display: block;
    width: calc(100% - 4.53125vw);
    font-size: 14px;
  }
  .logo-search-container .search-container .btn {
    width: 4.53125vw;
    background-size: 1.5625vw 1.5625vw;
  }
}
@media screen and (max-width: 992px) {
  .logo-search-container {
    top: 40px;
  }
  .logo-search-container .logo {
    display: block;
    height: auto;
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .logo-search-container .search-container {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    margin-top: 15px;
    height: 38px;
    line-height: 38px;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .logo-search-container .search-container input {
    width: calc(100% - 38px);
    font-size: 14px;
  }
  .logo-search-container .search-container .btn {
    width: 38px;
    background-size: 18px 18px;
  }
}

.gaj-nav-menu {
  background-color: #1b54b8;
}
.gaj-nav-menu > .container {
  display: flex;
  flex-direction: row;
}
.gaj-nav-menu > .container a {
  flex: 1;
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 75px;
  line-height: 75px;
  text-align: center;
  color: #fff;
  font-size: 28px;
}
.gaj-nav-menu > .container a::before {
  content: "";
  background-color: #fff;
  display: block;
  width: 120px;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all 0.3s ease;
}
.gaj-nav-menu > .container a:hover, .gaj-nav-menu > .container a.active {
  font-weight: bold;
}
.gaj-nav-menu > .container a:hover::before, .gaj-nav-menu > .container a.active::before {
  height: 4px;
}
@media screen and (max-width: 1440px) and (min-width: 992px) {
  .gaj-nav-menu > .container a {
    height: 55px;
    line-height: 55px;
    font-size: 24px;
  }
  .gaj-nav-menu > .container a::before {
    width: 90px;
  }
  .gaj-nav-menu > .container a:hover::before, .gaj-nav-menu > .container a.active::before {
    height: 2px;
  }
}
@media screen and (max-width: 992px) {
  .gaj-nav-menu > .container {
    display: grid;
    grid-template-columns: 60px repeat(2, 1fr);
    grid-template-rows: repeat(2, 35px);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .gaj-nav-menu > .container a {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
  .gaj-nav-menu > .container a:hover::before, .gaj-nav-menu > .container a.active::before {
    height: 2px;
  }
  .gaj-nav-menu > .container a:nth-child(1) {
    grid-area: 1/1/3/2;
    height: 70px;
    line-height: 70px;
  }
  .gaj-nav-menu > .container a:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .gaj-nav-menu > .container a:nth-child(3) {
    grid-area: 1/3/2/4;
  }
  .gaj-nav-menu > .container a:nth-child(4) {
    grid-area: 2/2/3/3;
  }
  .gaj-nav-menu > .container a:nth-child(5) {
    grid-area: 2/3/3/4;
  }
}
@media screen and (max-width: 350px) {
  .gaj-nav-menu > .container {
    display: grid;
    grid-template-rows: repeat(2, 30px);
  }
  .gaj-nav-menu > .container a {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .gaj-nav-menu > .container a:nth-child(1) {
    height: 60px;
    line-height: 60px;
  }
}

.gaj-common-footer {
  background-color: #f0f2f5;
}
.gaj-common-footer img {
  display: inline-block;
  vertical-align: middle;
}
.gaj-common-footer .links {
  background-color: #e6e8eb;
}
.gaj-common-footer .links ul {
  *zoom: 1;
}
.gaj-common-footer .links ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.gaj-common-footer .links ul li {
  float: left;
  width: 20%;
  text-align: center;
  height: 62px;
  line-height: 62px;
}
.gaj-common-footer .links ul li span {
  display: inline-block;
  font-size: 16px;
  color: #000;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.gaj-common-footer .links ul li span::after {
  content: "";
  background-image: url(../images/yj-gaj-common-ic-sanjiao-black.png);
  width: 13px;
  height: 7px;
  display: block;
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.gaj-common-footer .links ul li .sub-links {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 62px;
  background-color: #f2f3f4;
  z-index: 999;
}
.gaj-common-footer .links ul li .sub-links dl {
  *zoom: 1;
}
.gaj-common-footer .links ul li .sub-links dl:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.gaj-common-footer .links ul li .sub-links dl dt {
  float: left;
  width: 20%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.gaj-common-footer .links ul li .sub-links dl dt a {
  color: #333;
}
.gaj-common-footer .links ul li .sub-links dl dt a:hover {
  color: #1b54b8;
}
.gaj-common-footer .infos {
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gaj-common-footer .infos > div {
  background-color: #e6e8eb;
  height: 200px;
  font-size: 16px;
}
.gaj-common-footer .infos > div:nth-child(1) {
  width: 27.1428571429%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding-left: 30px;
}
.gaj-common-footer .infos > div:nth-child(1) > div {
  width: 100%;
  line-height: 2;
}
.gaj-common-footer .infos > div:nth-child(1) > div:nth-child(1) a {
  display: inline-block;
  position: relative;
}
.gaj-common-footer .infos > div:nth-child(1) > div:nth-child(1) a:nth-child(2) {
  margin: 0 22px;
}
.gaj-common-footer .infos > div:nth-child(1) > div:nth-child(1) a:nth-child(2)::before {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.gaj-common-footer .infos > div:nth-child(1) > div:nth-child(1) a:nth-child(2)::after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.gaj-common-footer .infos > div:nth-child(2) {
  width: 27.1428571429%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  padding-left: 30px;
}
.gaj-common-footer .infos > div:nth-child(2) > div {
  width: 100%;
  line-height: 2;
}
.gaj-common-footer .infos > div:nth-child(3) {
  width: 42.8571428571%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
}
.gaj-common-footer .infos > div:nth-child(3) > div {
  flex: 1;
  flex-shrink: 0;
}
.gaj-common-footer .infos > div:nth-child(3) > div:nth-child(1) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.gaj-common-footer .infos > div:nth-child(3) > div:nth-child(1) img {
  width: 100%;
  height: auto;
}
.gaj-common-footer .infos > div:nth-child(3) > div:nth-child(1) a {
  display: block;
  box-sizing: border-box;
  position: relative;
}
.gaj-common-footer .infos > div:nth-child(3) > div:nth-child(1) .dzjg {
  width: 19.3333333333%;
}
.gaj-common-footer .infos > div:nth-child(3) > div:nth-child(1) .beian {
  width: 13.6666666667%;
  margin: 0 10px;
}
.gaj-common-footer .infos > div:nth-child(3) > div:nth-child(1) div {
  width: 34.6666666667%;
}
.gaj-common-footer .infos > div:nth-child(3) > div:nth-child(1) .zfwzzc {
  margin-top: 5px;
}
.gaj-common-footer .infos > div:nth-child(3) > div:nth-child(2) {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.gaj-common-footer .infos > div:nth-child(3) > div:nth-child(2) > div {
  width: 50%;
  text-align: center;
}
.gaj-common-footer .infos > div:nth-child(3) > div:nth-child(2) > div img {
  display: block;
  width: 70.6666666667%;
  height: auto;
  margin: 0 auto;
}
.gaj-common-footer .infos > div:nth-child(3) > div:nth-child(2) > div div {
  margin-top: 12px;
  line-height: 1.5;
  text-align: center;
}
.gaj-common-footer .infos > div:nth-child(3)::after {
  content: "";
  width: 2px;
  height: 150px;
  background-color: #d1d1d1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) and (min-width: 992px) {
  .gaj-common-footer .infos > div {
    height: 170px;
    font-size: 14px;
  }
  .gaj-common-footer .infos > div:nth-child(1), .gaj-common-footer .infos > div:nth-child(2) {
    padding: 0 15px;
    line-height: 1.5;
  }
  .gaj-common-footer .infos > div:nth-child(3) {
    font-size: 12px;
  }
}
@media screen and (max-width: 1282px) and (min-width: 992px) {
  .gaj-common-footer .infos > div {
    font-size: 12px;
  }
  .gaj-common-footer .infos > div:nth-child(1), .gaj-common-footer .infos > div:nth-child(2) {
    padding: 0 10px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 992px) {
  .gaj-common-footer .links ul li {
    width: 50%;
    height: 30px;
    line-height: 30px;
  }
  .gaj-common-footer .links ul li span {
    font-size: 14px;
  }
  .gaj-common-footer .links ul li span::before, .gaj-common-footer .links ul li span::after {
    display: none !important;
  }
  .gaj-common-footer .links ul li .sub-links {
    bottom: 90px;
  }
  .gaj-common-footer .links ul li .sub-links dl {
    max-height: 200px;
    overflow-y: auto;
  }
  .gaj-common-footer .links ul li .sub-links dl dt {
    width: 50%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .gaj-common-footer .infos {
    padding: 20px 0;
    display: block;
  }
  .gaj-common-footer .infos > div {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    font-size: 14px;
    padding: 10px !important;
    width: auto !important;
    text-align: center !important;
    line-height: 1.5 !important;
  }
  .gaj-common-footer .infos > div:nth-child(3) {
    flex-direction: column;
  }
  .gaj-common-footer .infos > div:nth-child(3) > div:nth-child(1) {
    margin-bottom: 15px;
  }
  .gaj-common-footer .infos > div:nth-child(3) > div:nth-child(2) > div div {
    margin-top: 5px;
  }
  .gaj-common-footer .infos > div:nth-child(3)::after {
    display: none;
  }
}

.xcConfirm {
  box-sizing: content-box;
}

.xcConfirm .popBox .txtBox p {
  overflow-y: hidden !important;
}

.page-location {
  padding-top: 30px;
  padding-bottom: 30px;
  *zoom: 1;
}
.page-location:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.page-location > * {
  float: left;
}
.page-location img {
  vertical-align: middle;
  height: 20px;
  margin-right: 5px;
}
.page-location span,
.page-location a {
  font-size: 16px;
  color: #333;
}
.page-location a:hover {
  color: #1b54b8;
}
.page-location .gt {
  margin: 0 5px;
}
.page-location .guidang-container {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 100;
}
.page-location .guidang-container .guidang,
.page-location .guidang-container .feizhi {
  display: block;
  height: 90px;
  margin: 0 auto;
}
.page-location .guidang-container .time {
  font-size: 16px;
  color: #bc1d1d;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .page-location {
    padding-top: 20px;
    padding-bottom: 20px;
    *zoom: 1;
    line-height: 1.4;
  }
  .page-location:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .page-location img {
    vertical-align: middle;
    height: 15px;
    margin-right: 5px;
  }
  .page-location span,
  .page-location a {
    font-size: 12px;
  }
  .page-location .gt {
    margin: 0 2px;
  }
  .page-location .guidang-container {
    top: 50px;
  }
  .page-location .guidang-container .guidang,
  .page-location .guidang-container .feizhi {
    height: 70px;
  }
  .page-location .guidang-container .time {
    font-size: 14px;
  }
}